home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PTextWrap.h ---------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PTextWrap__
- #define __PTextWrap__
-
- class PTextWrap
- {
-
- public:
-
- PTextWrap
- ( short cWrapOption,
- short cTextFlow,
- long xLeftSO,
- long yTopSO,
- long xRightSO,
- long yBottomSO,
- short cLayerWrap );
-
- private:
-
- PTextWrap();
- };
-
- #endif
-
- // end of PTextWrap.h
-